01.Hello

   - Basic Hello world

02.LocalVariables

   - Demonstrates

03.DynamicArraySize

   - Demonstrates C99's feature of allowing local arrays to be defined
     with variables for their size.

Environment

   - Demonstrates use of environ.

FunctionPointers

   - Demonstrates declaration / used of function pointers

ImplicitDeclarations

   - Demonstrates use of implicit declarations

Inline

   - Demonstrates

Linkage

   - Demonstrates

Overloading

   - Demonstrates that C does not support function overloading

ParamterPassing

   - Demonstrates

PointerArithmetic

   - Demonstrates

PointerSwap

   - Demonstrates

RedundantUninitialized

   - Demonstrates

Static

   - Demonstrates

Strtok

   - Demonstrates

Union

   - Demonstrates

comments.c

   - Demonstrates
